runtime.timerWhen.timer (field)
15 uses
runtime (current package)
time.go#L163: timer *timer
time.go#L178: return tw.timer.rand < other.timer.rand
time.go#L291: if ts == nil || t != ts.heap[0].timer {
time.go#L464: if t == ts.heap[0].timer {
time.go#L547: t := ts.heap[0].timer
time.go#L792: if t := ts.heap[n-1].timer; t.astate.Load()&timerZombie != 0 {
time.go#L805: t := ts.heap[0].timer
time.go#L838: t := tw.timer
time.go#L935: t := tw.timer
time.go#L1082: t := tw.timer
time.go#L1372: if heap[i].timer != tw.timer {
time.go#L1411: if heap[i].timer != tw.timer {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |